Home
last modified time | relevance | path

Searched refs:MakeLValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h333 MakeLValue(); setLValue(B, O, N, IsNullPtr);
338 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr);
655 void MakeLValue();
H A DPropertiesBase.td537 result.MakeLValue();
/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp344 MakeLValue(); in APValue()
1068 void APValue::MakeLValue() { in MakeLValue() function in APValue
H A DASTImporter.cpp9779 Result.MakeLValue(); in ImportAPValue()