Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h341 MakeLValue(); setLValue(B, O, N, IsNullPtr);
346 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr);
663 void MakeLValue();
H A DPropertiesBase.td551 result.MakeLValue();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp344 MakeLValue(); in APValue()
1074 void APValue::MakeLValue() { in MakeLValue() function in APValue
H A DASTImporter.cpp10273 Result.MakeLValue(); in ImportAPValue()